home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / CMCD1004.ISO / Software / Shareware / Programare / gpssdk / GPS.NET Global Positioning SDK 1.4.6.msi / Data1.cab / MyResources.vb2 < prev    next >
Encoding:
Text File  |  2004-07-21  |  2.4 KB  |  63 lines

  1. '------------------------------------------------------------------------------
  2. ' <autogenerated>
  3. '     This code was generated by a tool.
  4. '
  5. '     Changes to this file may cause incorrect behavior and will be lost if
  6. '     the code is regenerated.
  7. ' </autogenerated>
  8. '------------------------------------------------------------------------------
  9.  
  10. Option Strict Off
  11. Option Explicit On
  12.  
  13. Imports System
  14. Imports System.IO
  15. Imports System.Resources
  16.  
  17. Namespace My.Resources
  18.     
  19.     '<summary>
  20.     '   A strongly-typed resource class, for looking up localized strings, etc.
  21.     '</summary>
  22.     'This class was auto-generated by the Strongly Typed Resource Builder
  23.     'class via a tool like ResGen or Visual Studio.NET.
  24.     'To add or remove a member, edit your .ResX file then rerun ResGen
  25.     'with the /str option, or rebuild your VS project.
  26.     <Microsoft.VisualBasic.HideModuleName()>  _
  27.     Module MyResources
  28.         
  29.         Private _resMgr As System.Resources.ResourceManager
  30.         
  31.         Private _resCulture As System.Globalization.CultureInfo
  32.         
  33.         '<summary>
  34.         '   Returns the cached ResourceManager instance used by this class.
  35.         '</summary>
  36.         <System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)>  _
  37.         Public ReadOnly Property ResourceManager() As System.Resources.ResourceManager
  38.             Get
  39.                 If (_resMgr Is Nothing) Then
  40.                     Dim temp As System.Resources.ResourceManager = New System.Resources.ResourceManager("Example_1.MyResources", GetType(MyResources).Assembly)
  41.                     System.Threading.Thread.MemoryBarrier
  42.                     _resMgr = temp
  43.                 End If
  44.                 Return _resMgr
  45.             End Get
  46.         End Property
  47.         
  48.         '<summary>
  49.         '   Overrides the current thread's CurrentUICulture property for all
  50.         '   resource lookups using this strongly typed resource class.
  51.         '</summary>
  52.         <System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)>  _
  53.         Public Property Culture() As System.Globalization.CultureInfo
  54.             Get
  55.                 Return _resCulture
  56.             End Get
  57.             Set
  58.                 _resCulture = value
  59.             End Set
  60.         End Property
  61.     End Module
  62. End Namespace
  63.